home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 8 / Power CD-ROM 8.iso / windows / winbatch / fixes.tx_ < prev    next >
Text File  |  1994-10-26  |  4KB  |  96 lines

  1. WinBatch fixes.  Dates indicate disk drop into manufacturing.  Actual ship is often
  2. a week later.  Plans are to reship disk to all customers when product becomes stable
  3. (Usually about 60 days out from first ship date - Nov 1 ??)
  4.  
  5. 5.0H    Sept 1, 1994
  6.         Initial public release
  7.  
  8. 5.0J    Sept 10, 1994
  9.         Network Extender fixes
  10.  
  11. 5.0K    Sept 19, 1994
  12.         Fixed "Use Older / Use Newer" swap in Confirm Replace dialog
  13.         Fixed problem where \*.* was required on a target directory on
  14.         FileCopy/FileMove functions (Oops See 5.0N)
  15.         
  16. 5.0L    Sept 26, 1994
  17.         Fixed MenuChange function
  18.         Added DiskSize function
  19.         Added \\machine\share capability to DiskFree and DiskSize functions
  20.  
  21.         WinBatch 32 for Intel PCs available
  22.  
  23. 5.0M    Oct 3, 1994
  24.         Fixed TimeDiffSecs function
  25.         Fixed DDERequest memory leak problem
  26.         Started adding this fixes.txt file
  27.  
  28. 5.0N    Oct 10 1994
  29.         Fixed memory leak on Dialog() function when CTL3DV2 was used.
  30.         New n3Logout function in Novell3 extender
  31.         Started adding NEW.HLP file
  32.         Really fixed the \*.* problem.  Previous fix only copied
  33.             the first file.
  34.         Modified the DiskFree, DiskSize, and FileSize functions to
  35.            return a floating point answer if the result is larger than
  36.            about 2 Gigabytes
  37.         Fixed Novell 3 Extenders (DLL10G) 
  38.               n3Map fixed to work with ODI drivers
  39.               n3GetMapped
  40.               n3MemberSet
  41.               n3MemberDel
  42.  
  43. 5.0P    Oct 19 1994
  44.         Fixed FileSize for 32bit versions to return the proper answer
  45.         Fixed a bug in StrIndex where a @backscan on a one character
  46.            string would provide an incorrect answer.
  47.         Fixed problem in CopyMove confirm dialog - Cancel works now.
  48.         Fixed problem in CopyMove dialog - missing source file error caught before 
  49.            dialog.
  50.         Fixed problem where Dialog function dialog boxes used BUTTON_FACE color
  51.            instead of LTGRAY color.
  52.         Fixed Novell 4 Extenders (DLL10H)
  53.               n4Map (improved)
  54.               n4GetMapped
  55.               n4MemberSet
  56.               n4MemberDel
  57.         Novell DLL's updated from the Novell 11/93 release to the 2/94 release
  58.  
  59.         WinBatch 32 for Dec Alpha and MIPS now available.
  60.         
  61.         
  62.         
  63.         
  64. Actually, its almost pointless to watch the Winbatch version number, as nearly all
  65. the fixes appear in the Dll, which has its own version numbering scheme.  By simply
  66. obtaining a new Dll, the functionality of Winbatch and the WinBatch+Compiler can
  67. be updated.  Henceforth, we will be tracking the DLL version number.  The WinBatch
  68. VersionDll() function will return the DLL version.  This is already built into the
  69. SYSINFO.WBT file.
  70.         
  71. DLL 2.1ebc   Oct 26
  72.         First showing up in WinBatch 5.0Q    
  73.         User pointed out problems in the sin and cos routines.  Problem traced to
  74.         what appear to be singularity-type problems in the Microsoft runtime
  75.         cos and sin routines.  The Dll now checks for the bad numbers, and if it is
  76.         in the range where the runtime routines fail, it stuffs in an appropriate
  77.         answer. Fix installed in the 16 bit version only, as the 32 bit versions
  78.         do not seem to have this problem in the runtimes.
  79.         
  80.         Fixed a nit in the dialog editor where, when it was requested to
  81.         display a script, would do so in a dialog box with a "(Unlicensed)"
  82.         in the title. 
  83.  
  84.         Fix a parser problem where an error occurred when the first part
  85.         of a variable name matched a function name provided by the calling
  86.         exe program.  This problem first showed up in using a "Dialog1"
  87.         name for a dialog in the Dialog Editor. 
  88.  
  89.         Fixed a SendKey to DOS bug where stuff like {UP} did not work when
  90.         the NumLock was set.  Fixed by turning off NumLock when sending
  91.         keystrokes to DOS.       
  92.         
  93.         
  94.         
  95.  
  96.